home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Shareware / Auslogics BoostSpeed 4.2.7.172 / boost-speed-setup.exe / {app} / DiskDefrag.exe / 0 / RCDATA / TMESCRSHOTFORM / TMESCRSHOTFORM.txt
Text File  |  2008-10-30  |  883b  |  44 lines

  1. object ScrShotForm: TMEScrShotForm
  2.   ActiveControl = ContinueBtn
  3.   Message = 'Screenshot Configuration'
  4.   MinWidth = 0
  5.   OnAction = 'madExcept.HandleScreenshotForm'
  6.   Timer = 250
  7.   object ContinueBtn: INVButton
  8.     Caption = 'Continue'
  9.     Enabled = True
  10.     NoOwnerDraw = False
  11.   end
  12.   object SkipBtn: INVButton
  13.     Caption = 'Skip'
  14.     Enabled = False
  15.     NoOwnerDraw = False
  16.   end
  17.   object AbortBtn: INVButton
  18.     Caption = 'Abort'
  19.     Enabled = True
  20.     NoOwnerDraw = False
  21.   end
  22.   object AttachCheck: INVCheckBox
  23.     Checked = True
  24.     Enabled = True
  25.     OutputName = ''
  26.     Spacing = 0
  27.     Text = 'some text'
  28.   end
  29.   object ScrShotImg: INVImage
  30.     Border = True
  31.     Clickable = True
  32.     Enabled = True
  33.     File = ''
  34.     Height = 0
  35.     Spacing = 0
  36.     Width = 0
  37.   end
  38.   object Label1: INVLabel
  39.     Caption = '(click to edit image)'
  40.     Enabled = True
  41.     Spacing = 0
  42.   end
  43. end
  44.